/******棣栭〉*****/
.feather-list {
    font-size: 2.3rem;
    color: #9d9d9d;
    stroke-width: 2px;
}

.navbar-brand {
    margin-left: -1.8rem;
}

.navbar {
    padding:0.86rem 1rem;
}

.tel {
    display: inline-flex;
    align-items: center;
    justify-content: right;
    color: #1e51a2;
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: 1px;
    white-space: nowrap;
}

.tel img {
    height: 2.4rem;
    margin-right: .7rem;
}

.navbar-nav.navbar-menu .nav-item {
    padding: 0 0.6rem;
}

.navbar-nav.navbar-menu .nav-link {
    font-weight: normal;
    color: #333;
    font-size: 1.01rem;
    /*letter-spacing: 0.8px;*/
    white-space: nowrap;
}

.navbar-nav.navbar-menu .nav-link:hover {
    color: #1e51a2;
}

.navbar-nav.navbar-menu .nav-link1 {
   display: flex;
   justify-content: space-between;
}

.navbar-nav.navbar-menu .nav-link1 span {
    cursor: pointer;
}

.navbar-nav.navbar-menu .nav-item .nav-more svg{
    transition: all .2s ease;
    transform: rotate(0deg);
}

.navbar-nav.navbar-menu .nav-item.show .nav-more svg{
    transition: all .2s ease;
    transform: rotate(180deg);
}

.navbar-nav.navbar-menu .nav-link1 .nav-more {
   display: none;
}

.collapse-box {
    position: fixed;
    left: 0;
    top: 3.8rem;
    width: 100%;
}

.banner div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner div img {
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

}

.banner-home img {
    width: 100%;
}


.banner-home .swiper-pagination-bullet {
    width: 5rem;
    height: .25rem;
    background: #cfcfcf;
    border-radius: 0;
    margin: 0 .9rem;
}

.banner-home .swiper-pagination-bullet-active {
    background: #fff;
    height: .3rem;
}

.footer-bg {
    background: #1e51a2;
}

.fot-row img {
    width: 14rem;
}

.fot-row-title {
    width: 13.5rem;
    font-size: 0.78rem;
    color: #b7b7b7;
    text-align: justify;
    text-align-last: justify;
    letter-spacing: 1px;
}

.footer .fot-row .nav .nav-item {
    border-bottom: 1px solid #2b5caa;
    padding-bottom: .4rem;
}

.fot-const li {
    display: block;
    color: #d9d9d9;
    font-size: .713rem;
    line-height: 1.9;
}

.fot-const li .feather {
    margin-right: .46rem;
}

.fot-img {
    display: flex;
    /*justify-content: right;*/
}

.fot-img li {
    color: #d9d9d9;
    font-size: .705rem;
    list-style: none;
    text-align: center;
    margin-left: 1.15rem;
}

.fot-img li img {
    display: block;
    margin-bottom: .575rem;
    height: 5.29rem;
}

.footer-bottom {
    color: #4d77ba;
    font-size: 0.705rem;
    background: #123874;
    text-align: center;
    padding: 0.4135rem 0;
}

.footer-bottom-mobile {
    display: none;
}

/************************/
.tab-row {
    display: flex;
    width: 100vw;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-title img {
    width: 28%;
}

.container-custom .home-title img {
    width: 72%;
}

.container-custom-90 .home-title img {
    width: 30%;
}

.tab-title {
    /*background: #eee;*/
    /*border-bottom: 1px solid #1e51a2;*/
    /*width: calc(100% - 23.5rem);*/
    width: 69%;
}

 .tab-title .tab-title-box {
         background: #eee;
    border-bottom: 1px solid #1e51a2;
    }

.tab-title a {
    padding: .8rem 1.2rem;
    font-size: 0.93rem;
    color: #333;
    display: inline-block;
    background: #eee;
    font-weight: 600;
    margin-right: .1rem;
}

.tab-title a:hover,
.tab-title a.BorderBottom {
    border-bottom: 2px solid #91b721;
    background: #1e51a2;
    color: #fff !important;
    margin-bottom: -1px;
}

.tab-content {
    position: relative;
    width: 100%;
    /* height:200px; */
    padding: 2rem 0;
}

.tab-content .prod-list {
    padding: 0;
    margin-left: -1rem;
}

.tab-content .prod-list li {
    width: calc(20% - 1rem);
}

.tab-content .prod-list li img {
    width: 100%;
}

.tab-content .prod-list li a:hover {
    color: #91b721;
}

.tabcon {
    /* width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0; */
    display: none;
}

.displayshow {
    display: block;
}

.home-about-box {
    padding: 3rem 0;
}

.home-about-title {
    font-size: 1.1rem;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.home-about-cell {
    font-size: .792rem;
    color: #fff;
    margin: 0 0 2rem 0;
    line-height: 2.3;
}

.about-more {
    padding-bottom: 3rem;
}

.about-more a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    color: #fff;
    border: 1px solid #fff;
    width: 6rem;
    padding: .4rem .4rem .4rem .6rem;
    text-align: center;
    font-size: .7rem;
}

.about-more a .bi {
    margin-left: .5rem;
}

.about-more:hover {}

.about-more:hover a {
    display: block;
    background: #1e51a2;
    border: 1px solid #1e51a2;
    color: #fff;
}

/***home----琛屼笟搴旂敤****/
.swiper-container-box {
    width: 100%;
    height: auto;
}

/* 
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} */
.swiper-container-box ul.swiper-wrapper {
    padding-top: 1rem;
    height: auto !important;
    height: auto;
}

.swiper-container-box ul.swiper-wrapper li {
    position: relative;
    margin-right: 0 !important;
    width: auto !important;
    height: auto;
    background: none;
}

.swiper-container-box ul.swiper-wrapper li img {
    width: 100%;
    /*box-shadow: 0px 0px 1rem 0px rgb(0 0 0 / 20%);*/
    height: 100%;
}

.home-industry-box {
    width: calc(90% - 2rem);
    background: #fff;
    color: #333;
    font-size: .758rem;
    position: absolute;
    bottom: -1.5rem;
    padding: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

.home-industry-tip {
    display: none;
    font-size: .9rem;
    line-height: 1.3;
    padding-top: 0.4rem;
}

.home-industry-box:hover,
.industry-active .home-industry-box {
    text-align: left;
    color: #fff;
    background: #2757a3;
}

.home-industry-box:hover .home-industry-tip,
.industry-active .home-industry-box .home-industry-tip {
    display: block;
}

.industry-btn {
    display: flex;
    justify-content: space-between;
    margin-top: -3rem;
    margin-bottom: 1rem;
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 82%;
}

.industry-btn .swiper-button-prev1,
.industry-btn .swiper-button-next1 {
    background: #b5b5b5;
    display: inline-flex;
    padding: .6rem 1.5rem;
    color: #fff;
}

.industry-btn .swiper-button-prev1:hover,
.industry-btn .swiper-button-next1:hover {
    background: #1e51a2;
}

/****棣栭〉--鏂伴椈*******/
.home-news-list {
    padding: 2rem auto;
}

.home-news-list .news-list-box {
    display: block;
    background: #fff;
    padding: .4rem .5rem .8rem;
}

.home-news-list .news-list-box img {
    width: 100%;
}

.home-news-list .news-title {
    display: flex;
    justify-content: space-between;
    padding: .5rem 0 0.2rem;
    align-items: center;
    font-size: 0.8035rem;
    color: #333;
    font-weight: 700;

}

.home-news-list .news-title:hover {
    color: #1e51a2;

}

.home-news-list .news-time {
    color: #999999;
    font-size: .82rem;
}

.home-news-list .news-list1 {
    margin: 0;
    padding: 0;
    /*padding-top: 2.5rem;*/
    margin-left: -15px;
    margin-right: -15px;
}

.home-news-list .news-list1 li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    line-height: 2.5;
}

.home-news-list .news-list1 li .news-title,
.home-news-list .news-list1 li .news-time {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: normal;
}

.home-news-list .news-list1 li a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.home-news-more {
    display: flex;
    justify-content: center;
}

.home-cooperate {
    padding-top: 3rem;
}

.home-cooperate img {
    width: 100%;
}

.home-cooperate-box {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}

.home-cooperate-box1 {
    background: url('../../assets/image/oper_bg.jpg') center center no-repeat;
    background-size: 90% 90%;
    height: 8rem;
    color: #fff;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 1px;
    font-size: 1.5rem;
    padding-left: 3rem;
    align-content: center;
}

.home-cooperate-box1 span {
    width: 100%;
    font-size: .8rem;
}

/*******鍏充簬鎴戜滑********/
.about-info {
    display: flex;
    width: 100%;
}

.about-info li {
    width: 25%;
    border-right: 1px solid #b0b0b0;
    list-style: none;
    text-align: center;
    font-size: .805rem;
    color: #696969;
}

.about-info li .num {
    color: #1e51a2;
}

.about-info li .num span {
    font-size: 2.07rem;
    padding-right: .345rem;
}

.about-info li .text {
    padding-bottom: .5rem;
    margin: 0;
    margin-top: -.5rem;
}

.about-info li:nth-last-child(1) {
    border-right: none;
}

.about-details {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-details .about-text {
    font-size: 0.8rem;
    color: #f4f4f4;
    line-height: 2.6;
    /* padding-right: 3rem; */
}

.about-details .about-img {
    background: url('../../assets/image/about/img_bg.png') right bottom no-repeat;
    background-size: 100% 100%;
    padding: 0 .28rem .3rem 0;
    margin-left: 3rem;
}

.about-details .about-img img {
    width: 22rem;
}

.about-details.about-details-mobile {
    display: block;
}

.about-details.about-details-mobile .about-img {
    background: url('../../assets/image/about/img_bg.png') right bottom no-repeat;
    background-size: 100% 100%;
    padding: 0 .28rem .3rem 0;
    margin-left: 0;
}

.about-details.about-details-mobile .about-img img {
    width: 100%;
}

.about-title {
    text-align: center;
    padding: 1rem 0;
}

.about-title img {
    height: 3rem;
}

.about-list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 3rem;
    padding-left: 0;
    justify-content: space-around;
    padding-top: 1rem;
}

.about-list li {
    width: calc(33.3% - 1.2rem);
    margin-bottom: 1.2rem;
    list-style: none;
}

.about-list li img {
    width: 100%;
}

/********鑱旂郴鎴戜滑********/
.contact-details {
    display: flex;
    padding: 0 2rem;
    justify-content: center;
}

.contact-details .contact-text {
    background: url('../../assets/image/contact/bg1.jpg') right bottom no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .1);
    padding: 0 2rem 0 1.2rem;
    margin-bottom: 1rem;
}

.contact-details .contact-title {
    font-size: 1.78rem;
    color: #fff;
    font-style: italic;
    font-weight: normal;
    padding: 1.15rem 0;
    font-weight: 600;
}

.contact-tel {
    font-size: 1.9rem;
    color: #91b721;
    font-weight: 600;
    letter-spacing: 1px;
}

.contact-tel img {
    height: 2.3rem;
}

.contact-details .fot-const {
    padding-left: 0;
    padding-top: 1.15rem;
}

.contact-details .fot-const li {
    line-height: 45px;
    white-space: nowrap;
    font-size: 0.94rem;
}
.contact-details .fot-const li .feather{
    font-size: 1.15rem;
}

.contact-img {
    margin-left: .46rem;
    margin-bottom: 1rem;
    overflow: hidden;
    /*height: 24.3rem;*/
}

.contact-img img {
    /*min-height: 20rem;*/
    width: 100%;
}

/********鏂伴椈涓績*******/
.news-item {
    background: #fff url('../../assets/image/news/img_bg.png') right bottom no-repeat;
    padding: 0;
    margin-bottom: 2rem;
    display: flex;
    color: #1e51a2;
}

.news-item .news-text {
    padding: 2rem 1rem 0rem 2rem;
    position: relative;
    width: 100%;
}

.news-item .news-title {
    display: flex;
    justify-content: space-between;
    padding: .5rem 0;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;

}
.news-item .news-title a {
    display: flex;
    justify-content: space-between;
    padding: .5rem 0;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e51a2;
}

.news-item .news-title .news-more {
    background: #1e51a2;
    color: #fff;
    font-size: .7rem;
    padding: .2rem .8rem;
    font-weight: 400;
    
}

.news-item .news-time {
    color: #7a8daa;
    font-size: .72rem;
    margin-top: -.4rem;
}

.news-item .news-cell {
    font-size: .76rem;
    padding-top: 1rem;
}

.news-active,
.news-list:hover {
    background: #1e51a2;
}

.news-active .news-item .news-title a,
.news-list:hover .news-item .news-title a {
    color: #fff;
}

.news-active .news-item,
.news-list:hover .news-item {
    background: #1e51a2 url('../../assets/image/news/img_bg.png') right bottom no-repeat;
    color: #fff;
}

.news-active .news-time,
.news-list:hover .news-time {
    color: #fff;
}

.news-active .news-item .news-title .news-more,
.news-list:hover .news-item .news-title .news-more {
    background: #fff;
    color: #1e51a2;
}

 .news-list .news-item .news-img img {
        max-width: 27rem;
    }

/**鏂伴椈璇︽儏**/
li {
    list-style: none;
}

.news-sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.news-details {
    display: flex;
    justify-content: space-between;
}

.news-details-text {
    color: #333;
    background: #fff;
    padding: 2rem 2rem;
    min-width: calc(100% - 17rem);
}

.news-details-text .news-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.525rem;
    color: #333;
    font-weight: 530;

}

.news-details-text .news-time {
    color: #999;
    font-size: .92rem;
    padding-top: 0.23rem;
}

.news-details-text .news-cell {
    font-size: 0.908rem;
    padding-top: 1.15rem;
    line-height: 32px;
    padding-bottom: 3.45rem;
    color: #333;

}

.news-details-text .news-cell img{
    max-width: 100%;

}

.news-back {
    background: none;
    color: #fff;
    border: 1px solid #666;
    width: 6.9rem;
    padding: .23rem .23rem .345rem 0;
    text-align: center;
    font-size: .92rem;
}

.news-back a {
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-back a .feather {
    margin-right: .5rem;
}

.news-back:hover {
    background: #1e51a2;
    border: 1px solid #1e51a2;
    color: #fff;
}

.news-back:hover a {
    color: #fff;
}

.news-right {
    width: 20rem;
    margin-left: 2rem;
}

.news-right-list {
    margin: 1rem 0;
    padding: 0;
}

.news-right-list li {
    margin-bottom: 1.035rem;
}

.news-right-title {
    background: url('../../assets/image/news/title_bg.png') left center no-repeat;
    background-size: auto 100%;
    height: 4.025rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    padding-left: 2.875rem;
    color: #1e51a2;
    font-size: 1.15rem;
    font-weight: 600;
}

.news-right-list .news-img {
    background: #fff;
    padding-bottom: 10px;
    margin-bottom: .69rem;
}

.news-right-list .news-img img {
    width: 15rem;
}

.news-right-list .news-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .943rem;
    color: #333;
    font-weight: 550;

}

.news-right-list .news-time {
    color: #999;
    font-size: .828rem;
    padding-top: .115rem;
}

/********浜у搧********/
.prod-box {
    display: flex;
    justify-content: space-between;
}

.prod-list {
    display: flex;
    flex-wrap: wrap;
}

.prod-box .prod-list{
    align-content: flex-start;
}

.prod-list li {
    padding: 8px;
    /* background: #eee; */
    font-size: .7rem;
    color: #1e51a2;
    list-style: none;
    /* width: 25%; */
    /* margin: 0 0 1rem 0; */
}

.prod-list li a {
    background: #eee;
    display: block;
    border: 1px solid #dadada;
    color: #1e51a2;
}

.prod-list li img {
    min-height: 10rem;
    width: 100%;
}

.prod-list li .prod-list-title {
    padding: .92rem;
    text-align: center;
    font-size: 0.86035rem;
    font-weight: 600;
    letter-spacing:0.01rem;
}

.prod-list li a:hover {
    color: #b8ce78;
}


/****涓夌骇鑿滃崟****/
.prod-menu {
    /* width: 15rem; */
    /* background: #000; */
    margin: 8px 0;
    background: #eee;
    margin-bottom: 1rem;
}

.prod-menu-title {
    background: #1e51a2;
    border-bottom: 2px solid #91b721;
    text-align: center;
    font-size: 1.15rem;
    color: #fff;
    padding: 1.15rem 0;
    ;
}

.prod-menu-title>span {
    display: block;
    font-size: .8rem;
    color: #6886b5;
}

.prod-menu-header {
    min-width: 14rem;
    max-width: 100%;
}

.prod-menu-header .btn {
    padding: 0 10px;
    border-radius: 0;
    font-size: 1.035rem;
    background: #91b721;
    color: #fff;
}

.prod-menu-header .btn>div {
    padding: .92rem 0;
    position: relative;
    vertical-align: bottom;
}

.prod-menu-header .btn>div a.a-color {
    color: #fff;
}

.prod-menu-header .btn.collapsed {
    background: #eee;
    color: #333;
}

.prod-menu-header .btn.collapsed>div a.a-color {
    color: #333;
}

.prod-menu-header .btn>div .svg {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease;
}

.prod-menu-header .btn.collapsed {
    background: #eee;
}

.prod-menu-header .btn.collapsed>div .svg {
    /* transform: translate(-50%, -50%) rotate(100deg); */
    transition: all .2s ease;
    transform: translateY(-50%) rotate(180deg);
}

.prod-menu-header .btn.collapsed>div {
    border-bottom: 1px solid #dddada;
}

.prod-menu-list {
    background: #fff;
    font-size: .9rem;
    padding-left: 0;
    margin-bottom: 0;
}

.prod-menu-list>li {
    border-bottom: 1px solid #eeeeee;
    padding: 0.92rem 0;
    padding-left: 25%;
    /* background: url('../../assets/image/active.png') 30% center no-repeat; */
    font-size: 0.92rem;
    position: relative;
}

.prod-menu-list>li>span {
    color: #333;
    display: block;
}

.prod-menu-list>li>span>img {
    margin-right: 8px;
}

.prod-menu-list>li>span>a {
    color: #333;
}

.prod-menu-list>li:hover>span>a,
.prod-menu-list>li>span>a:hover {
    color: #1e51a2;
    cursor: pointer;
}

.prod-menu-list2 {
    display: none;
    position: absolute;
    left: 95%;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding-left: 0;
    top: 0;
    box-shadow: 0 0 20px rgba(122, 122, 122, 1);

}

.prod-menu-list2>li {
    border-bottom: 1px solid #eeeeee;
    padding: 0.92rem 0;
    padding-left: 20%;
    /* background: url('../../assets/image/active.png') 30% center no-repeat; */
    font-size: 0.92rem;
    position: relative;
}

.prod-menu-list2>li>a>img {
    margin-right: 8px;
}

.prod-menu-list>li:hover .prod-menu-list2,
.prod-menu-list>li.menu-hover .prod-menu-list2 {
    display: block;
}

/****浜у搧璇︽儏****/
.prod-details-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.prod-details-box .prod-details-img {
    /* width: 40%; */
    border: 2px solid #1e51a2;
    padding: 0;
    background: #fff;
    position: relative;
}

.prod-details-box .prod-details-img img {
    width: 100%;
}

.prod-details-box .prod-details-info {
    padding-left: 1.3rem;
    font-size: .928rem;
    color: #333;
    line-height: 2;
}

.prod-details-box .prod-details-info .prod-title {
    font-size: 1.61rem;
    font-weight: 600;
    color: #1e51a2;
    margin-bottom: .8rem;
}

.prod-details-box .prod-details-info .prod-li {
    margin-bottom: .5rem;
    /*font-size: .9rem;*/
}

.prod-details-box .prod-details-info .prod-li>span {
    background: #8c8c8c;
    padding: 0px 5px;
    font-size: .8rem;
    font-weight: 600;
    margin-right: 5px;
    color: white;
    display: inline-block;
    min-width: 5rem;
    text-align: center;
}

.prod-details-box.prod-details-box-mobile .prod-details-info .prod-li {
   display: flex;
   align-items: flex-start;
       line-height: 1.7;
}

.prod-details-box.prod-details-box-mobile .prod-details-info .prod-li>span {
    /*margin-top: 0.5rem;*/
        line-height: 2;
}

.prod-details-box .prod-details-info .prod-tel {
    color: #fff;
    background: linear-gradient(to right, #91b721, #91b721);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.5rem;
    padding: 0 1rem;
    /*font-size: .6rem;*/
    margin: .9rem 0;
}

.prod-details-box .prod-details-info .prod-tel div:nth-child(1) {
    letter-spacing: 1px;
    font-size: 1rem;
}

.prod-details-box .prod-details-info .prod-tel div:nth-child(1) a {
    color: #fff;
}

.prod-details-box .prod-details-info .prod-tel .bi {
    margin-right: 5px;
}

.prod-details-box .prod-details-info .prod-cell {
    line-height: 2.2;
}

.prod-details-title {
    background: url('../../assets/image/product/title_bg.png') left center no-repeat;
    background-size: auto 100%;
    height: 2.645rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    padding-left: 1.725rem;
    color: #1e51a2;
    font-size: 1.15rem;
    font-weight: 500;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 0.415rem;
}
.prod-details-title1 {
    background: url('../../assets/image/product/title_bg.png') left center no-repeat;
    background-size: auto 100%;
    height: 2.645rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    padding-left: 1.725rem;
    color: #1e51a2;
    font-size: 1.15rem;
    font-weight: 500;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 1.915rem;
}

.prod-details-cell {
    font-size: .908rem;
    color: #333;
    padding-bottom: 2.3rem;
    line-height: 2.2;
}

.prod-details-cell table tr td p span {
    white-space: normal;
}

.prod-details-cell table tr td {
   vertical-align: middle;
   word-break: break-all;
}

.prod-details-box-pc .prod-details-img{
    display: flex;
    justify-content: space-between;
    /*height: 24rem;*/
    background: #fff;
}

.prod-details-box-pc .spec-scroll {
    width: 5.7rem;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    background: #fff;
    padding: 0 0;
    flex-wrap: wrap;
    align-content:space-between;
}

.prod-details-box-mobile .prod-details-img{
    padding-bottom: 5.51rem;
}

.prod-details-box-mobile .spec-scroll {
    position: absolute;
    bottom: 0;
}

.prod-details-box-pc .spec-scroll .prev {}

.prod-details-box-pc .spec-scroll .next {}

.prod-details-box-pc .spec-scroll .prev svg{
    transform: rotate(90deg);
}

.prod-details-box-pc .spec-scroll .next svg{
    transform: rotate(90deg);
    
}

.prod-details-box-pc .spec-scroll .bi {
    color: #888;
}

.prod-details-box-pc .spec-scroll .prev,
.prod-details-box-pc .spec-scroll .next {
    background: #d9d9d9;
    display: block;
    width: 100%;
    display: inline-flex;
    align-items: center;
    margin:  0.2rem 0;
    height: auto;
    text-align: center;
    justify-content: center;
    padding: 0.2rem;
}

.prod-details-box-pc .spec-scroll .items {
    position: relative;
    overflow: hidden;
    height: calc(100% - 3.7rem);
    width: 5.7rem;
}

.prod-details-box-pc .spec-scroll .items ul {
    position: absolute;
    height: 999999px;
    width: 5.7rem;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.prod-details-box-pc .spec-scroll .items ul li {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
}

.prod-details-box-pc .spec-scroll .items ul li img {
    border: 1px solid #CCC;
    height: auto;
}

.prod-details-box-pc .spec-scroll .items ul li img:hover {
    border: 1px solid #123874;
}
.prod-details-box-mobile .spec-scroll .items ul li img {
   width: auto;
}

.home-info {
    position: fixed;
    right: 10px;
    top: 5rem;
    z-index: 99999;
    /*display: flex;*/
    display: none;
    
    align-items: center;
}

.home-info .colse {
    background: #1e51a2;
    color: #fff;
    padding: 1.5rem 0.1rem;
    border-radius: 3px 0 0 3px;
}
.home-info1 {
    position: fixed;
    /*right: 10px;*/
    top: 30%;
    z-index: 9;
    display: flex;
    align-items: center;
    width: 8rem;
    left :1px;
}

.home-info1 .colse {
    background: #1e51a2;
    color: #fff;
    padding: 1.5rem 0.1rem;
    /*border-radius: 3px 0 0 3px;*/
    border-radius: 0 3px 3px 0;
}

.home-info1 .title {
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
    padding-bottom: 1rem;
    letter-spacing: 1px;
    line-height: 1.2;
    
}

.home-info1 .title>span {
    display: block;
    color: #cfcfcf;
    letter-spacing: -1.2px;
    display: none;
}

.home-info1 .title>span {
    display: block;
    color: #cfcfcf;
    letter-spacing: -1.2px;
    display: none;
}

.home-info1 .list {
    margin: 0;
    padding: 0.15rem;
}
.home-info1 .quanguo {
    display: block;
    color: #ffffff;
    font-size: 0.8rem;
    margin-top: .6rem;
    /*letter-spacing: -1.2px;*/
    /*display: none;*/
    white-space: nowrap;
}
.home-info1-tel {
    display: block;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 600;
    margin-top: .1rem;
    white-space: nowrap;
}
.home-info1-tel a {
    color: #ffffff;
}
.home-info1 .list>li {
    margin-bottom: 0.6rem;
    display: flex;
    justify-content: center; 
}

.home-info1 .list>li>img {
    /*width: 80%;*/
}

.home-info1 .list>li.icon {
    background: #e2e5e8;
    color: #2757a3;
    padding: 5px 10px;
}

.home-info1 .list>li.icon>img {
    height: 1.4rem;
    width: auto;
}

.home-info1 .list>li.headset {
    font-size: .8rem;
    color: #1e51a2;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.list>li.headset a {
    font-size: .8rem;
    color: #1e51a2;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.home-info1 .list>li.headset svg {
    margin-right: 5px;
    width: 1rem;
    height: 1rem;
}


.home-info-box {
    background: #1e51a2;
    border-radius: 3px;
    padding: 0.9rem 0.6rem 0.01rem;
}

.home-info .title {
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
    padding-bottom: 1rem;
    letter-spacing: 1px;
    line-height: 1.2;
}

.home-info .title>span {
    display: block;
    color: #cfcfcf;
    letter-spacing: -1.2px;
    display: none;
}

.home-info .list {
    margin: 0;
    padding: 0;
}

.home-info .list>li {
    margin-bottom: 0.6rem;
    display: flex;
}

.home-info .list>li>img {
    width: 100%;
   
}

.home-info .list>li.icon {
    background: #e2e5e8;
    color: #2757a3;
    padding: 5px 10px;
}

.home-info .list>li.icon>img {
    height: 1.4rem;
    width: auto;
}

/*****************/

.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.jqzoom img {
    background: url(http://www.lanrenzhijia.com/demo/images/loading.gif) no-repeat center center;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    /*border: 1px solid #aaa;*/
    background: #ffffff
        /*url(../images/zoom.png) 50% center no-repeat*/
    ;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

/*鍥剧墖灏忓浘棰勮鍒楄〃*/
.spec-preview {
    width: 100%;
    overflow: hidden;
}

.spec-scroll {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0.3rem 0;
}

.spec-scroll .prev {}

.spec-scroll .next {}

.spec-scroll .bi {
    color: #888;
}

.spec-scroll .prev,
.spec-scroll .next {
    background: #d9d9d9;
    display: block;
    height: 4.91rem;
    display: inline-flex;
    align-items: center;
    margin: 0 0.3rem;
}

.spec-scroll .items {
    position: relative;
    overflow: hidden;
    width: calc(100% - 3rem);
    height: 4.91rem;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 4.91rem;
    margin: 0;
    padding: 0;
    display: flex;
}

.spec-scroll .items ul li {
    height: 4.91rem;
    margin-right: 0.3rem;
}

.spec-scroll .items ul li img {
    border: 1px solid #CCC;
    height: 4.91rem;
}

.spec-scroll .items ul li img:hover {
    border: 1px solid #123874;
}


/*******首页背景*******/
.home-product-bg {
    background: #e2e3e4 url('../../assets/image/home/bg1.png') no-repeat center bottom;
    background-size: 100% auto;
}

.home-about-bg {
    background: url('../../assets/image/home/bg2.png') no-repeat center bottom;
    background-size: 100% 100%;
}

.home-industry-bg {
    background: url('../../assets/image/home/bg3.png') no-repeat center top;
    background-size: 100% 100%;
}

.home-news-bg {
    background: url('../../assets/image/home/bg4.png') no-repeat center top;
    background-size: 100% 100%;
}

.home-cooperate-bg {
    background: url('../../assets/image/home/bg5.png') no-repeat center bottom;
    background-size: 100% auto;
}

.about-bg {
    background: url('../../assets/image/about/img1.jpg') no-repeat center bottom;
    background-size: 100% auto;
}


.prod-details-cell p {
    margin: 0;
    padding: 0;
}

.prod-details-cell img {
    width: 100%;
}

.navbar .container-nav {
    max-width: 94%;
}

.container-custom {
    max-width: 94%;
    margin: 0 auto;
}

.home-mobile-title {
    /*width: 100%;*/
    text-align: center;
    padding-bottom: 1.2rem;
    display: none;
}

.cooperate-img {
    text-align: center;
    display: block;
}

.cooperate-mobile-img {
    text-align: center;
    display: none;
}

.cooperate-img img,
.cooperate-mobile-img img {
    width: 80%;
}


/*.home-about-box .home-title img{*/
/*    height: 5rem;*/
/*}*/

/*.home-news-bg.home-slice .home-title img{*/
/*    height: 5rem;*/
/*}*/

.prod-details-box-pc{
    display: flex;
}
.prod-details-box-mobile{
    display: none;
}


.tel-box{
    display: flex;
    align-items: center;
}
.tel-box .tel-box-title{
    line-height: 1.1;
}
.tel-box .tel-box-title p{
    margin: 0;
    padding: 0;
}
.tel-box .tel-box-title span{
    margin: 0;
    padding: 0;
   color: #eb5048;
}

.float-tel{
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 5;
    background: #1e51a2;
    border-radius: 100%;
    width: 5rem;
    height: 5rem;
    font-size: 0.9rem;
}
.float-tel a{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
        align-content: center;

}
.float-tel a svg{
    font-size: 1.2rem;

}
.float-tel a span{
    display: block;
    width: 100%;
    text-align: center;

}
